========================
Important notes
========================

Virtual Truck Log Book - Version 1.0_beta4  -  For version 1.43

This is a program made in java and it is necessary to have a java virtual machine to be able to execute it.

It has been compiled with version 1.8 of java, which will require that version or higher. It can be downloaded 
from the following path: https://www.java.com/es/download/ie_manual.jsp or by searching on google

You can run the jar directly, or run the bat file run.bat. Double clicking on any of them will have the same 
behavior. By executing the icon we could have access to certain log information.

This version is prepared to work with savegames from version 1.43 of the game. I think version 1.42 would also 
be compatible, but not earlier.

A permissions error could occur when the program tries to decrypt the savegame file and then read it. 
The program tries to copy the decryptor to the user's temporary folder and run the the decryption 
process. Depending on the operating system and the user's permissions, this process could be aborted. 
If this happens, you have two options:
   -  try to do it on another computer, or on a virtual machine in which the user is an administrator.
   -  Manually locate a savegame file, and drag it directly onto the SII_decrypt.exe program, after 
      extracting of the rar. That will cause the encrypted file to be decrypted, 
      and you will be able to open that savegame directly in the program.

Thanks:
To the creators of the savegames file decryption tool (SII_Decrypt: https://github.com/TheLazyTomcat/SII_Decrypt), 
without which this program would never have been possible. 